Skip to content

fix(ui): single-row filters with date right-aligned, subscribe banner focus - #95

Merged
Metrohan merged 1 commit into
mainfrom
fix/filter-layout-and-subscribe-focus
Aug 3, 2026
Merged

fix(ui): single-row filters with date right-aligned, subscribe banner focus#95
Metrohan merged 1 commit into
mainfrom
fix/filter-layout-and-subscribe-focus

Conversation

@Metrohan

@Metrohan Metrohan commented Aug 3, 2026

Copy link
Copy Markdown
Owner

Summary

  • Filter bar: flex-wrap: nowrap keeps all filters on one line (desktop); date-range gets marginLeft: auto so it floats to the far right. Mobile still stacks to column via existing @media (max-width: 640px) rule.
  • ChannelsBanner email card: Was navigating to #footer-subscribe (URL change only, looked broken). Now uses onClick to smooth-scroll the footer form into view AND focuses the email input (~350ms after scroll), so users land directly in the subscription form ready to type.

Test plan

  • Filter bar is single row on desktop — date inputs appear on right side
  • Clicking email card in ChannelsBanner scrolls to footer and focuses the email field
  • URL stays clean (no #footer-subscribe appended)
  • Mobile: filter row still stacks vertically

🤖 Generated with Claude Code

…anner click

- filter-row: flex-wrap nowrap so all filters stay on one line on desktop;
  date-range gets marginLeft auto to push it to the far right of the row
- ChannelsBanner email card: onClick scrolls to footer form and focuses the
  email input instead of just navigating to #footer-subscribe

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Metrohan
Metrohan merged commit bb906e7 into main Aug 3, 2026
4 checks passed
@Metrohan
Metrohan deleted the fix/filter-layout-and-subscribe-focus branch August 3, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant